runtime.timers.len (field)
8 uses
runtime (current package)
proc.go#L6601: if pp.timers.len.Load() == 0 {
time.go#L109: len atomic.Uint32
time.go#L147: ts.len.Store(uint32(len(ts.heap)))
time.go#L737: src.len.Store(0)
time.go#L738: ts.len.Store(uint32(len(ts.heap)))
time.go#L916: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L942: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1143: if n := int(ts.len.Load()); len(ts.heap) != n {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |